body {
  background-image: url("../img/fondo/fondo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment:fixed;
}

.tarjeta-login {
  max-width: 30rem;
  border-radius: 2.5rem;
  background-color: #ffffff;
}

.link-principal {
  color: #AB0A3D !important;
}

.btn-login {
  border: none !important;
  border-radius: 0 0 2rem 2rem !important;
  padding: 0.8rem calc(2.5em + 0.5vw) !important;
  background-color: #AB0A3D !important;
  color: #ffffff !important;
}

.icon-input {
  background-color: #AB0A3D !important;
  color: #ffffff !important;
}

.input-login {
  width: 100%;
  height: 3.5rem;
  border: none !important;
  outline: none !important;
  background-color: #E2EDF4;
  font-size: 1.2rem;
  padding-left: 15px;
}
.input-login::-moz-placeholder {
  color: rgba(0, 0, 0, 0.712) !important;
}
.input-login:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.712) !important;
}
.input-login::placeholder {
  color: rgba(0, 0, 0, 0.712) !important;
}/*# sourceMappingURL=estilos-login.css.map */